Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: improve implementation of regex repetitions #221

Merged
merged 7 commits into from
Oct 9, 2024

Conversation

plusvic
Copy link
Member

@plusvic plusvic commented Oct 9, 2024

This introduces 2 new instructions in the PikeVM: RepeatGreedy and RepeatNonGreedy. These instructions are used for implementing repetitions that are larger than 10, reducing the size of the compiled regex and avoiding errors.

plusvic and others added 7 commits October 8, 2024 12:13
This introduces 2 new instructions in the PikeVM: RepeatGreedy and RepeatNonGreedy. These instructions are used for implementing repetitions that are larger than 10, reducing the size of the compiled regex and avoiding errors.
@plusvic plusvic enabled auto-merge (squash) October 9, 2024 14:32
@plusvic plusvic merged commit 5bd42da into main Oct 9, 2024
26 checks passed
@plusvic plusvic deleted the regex-repetitions branch October 9, 2024 14:41
plusvic added a commit that referenced this pull request Oct 9, 2024
This introduces 2 new instructions in the PikeVM: RepeatGreedy and RepeatNonGreedy. These instructions are used for implementing repetitions that are larger than 10, reducing the size of the compiled regex and avoiding errors.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant